home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #53 (1991-04-07)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #53 (1991-04-07)(Amiga User Gruppe Einzugsgebiet 4000).adf / RRamDisk / Readme < prev    next >
Text File  |  1991-03-15  |  1KB  |  40 lines

  1. This is a recoverable ram disk that I got from a disk magazine.  
  2. According to the docs for this thing, it is freely distributable, so
  3. if this is not the case, someone please correct me.
  4.  
  5. At any rate, I have this little gem installed on my A3000.  Works under
  6. 1.3 and 2.0, and I have had no trouble at all with it (about two months
  7. of use so far).  The only "trouble" I had with it is it wasn't a whole
  8. lot speedier than the normal RAD: device.  So I fooled with the mountlist
  9. a little, and now it is measuring very high (about 4.5 or 5 megabytes per
  10. second) on DiskSpeed (your mileage may vary -- this is a A3000 I'm
  11. basing these numbers on).
  12.  
  13. The supplied file "montlist" is the original one from the creators of 
  14. this software.  My mountlist entry follows:
  15.  
  16.  
  17. /* an example of a ramdisk using the FastFileSystem */
  18. Fast:
  19.        Device = ramdisk.device
  20.        Unit   = 2
  21.        Flags  = 7
  22.        Surfaces  = 4
  23.        BlocksPerTrack = 16
  24.        Reserved = 2
  25.        Interleave = 0
  26.        LowCyl = 0 ;  HighCyl = 32
  27.        Buffers = 1
  28.        BufMemType = 5
  29.        Mount = 1
  30.        GlobVec = -1
  31.        FileSystem = l:FastFileSystem
  32.        MaxTransfer = 65536
  33.        DosType = 0x444F5301
  34.        BootPri = -128
  35. #
  36.  
  37.  
  38. Have fun.  If there are problems, contact the authors (see the other doc
  39. file).
  40.